Html Css Color HEX #5968AF Chetwode Blue

📋 copy color: '#5968AF'

red 89 ◦ green 104 ◦ blue 175

#5968AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chetwode Blue #5968AF

Tints of Chetwode Blue #5968AF

RGB

 RED value IS 89 (35.16% from 255) = 24.18%

 GREEN value IS 104 (41.02% from 255) = 28.26%

 BLUE value IS 175 (68.75% from 255) = 47.55%

R = 24.18%
G = 28.26%
B = 47.55%

CMYK

 C value IS 0.49

 M value IS 0.41

 Y value IS 0

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5968AF (or 0x5968AF) is known color: Chetwode Blue. HEX triplet: 59, 68 and AF. RGB value is (89,104,175). Sum of RGB (Red+Green+Blue) = 89+104+175=368 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.18% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 175 (68.75% from 255 or 47.55% from 368); Max value from RGB is 175 - color contains mainly: blue. Hex color #5968AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5968AF is #A69750. Grayscale: #6B6B6B. Windows color (decimal): -10917713 or 11495513. OLE color: 11495513.

HSL color Cylindrical-coordinate representation of color #5968AF: hue angle of 229.53º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5968AF is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 89 104 175 -
CMYK 0.49 0.41 0 0.31
HSL 229.53º 0.35% 0.52% -
HSV(B) 229.53º 0.49% 0.69% -
XYZ 16.81 15.12 42.59 -
YUV 107.61 166.03 114.73 -
System Red Green Blue C M Y K H S L
Decimal 89 104 175 0.49 0.41 0 0.31 229.53 0.35 0.52
Hex 59 68 AF 31 29 0 1F E6 23 34
Octal 131 150 257 61 51 0 37 346 43 64
Binary 1011001 1101000 10101111 110001 101001 0 11111 11100110 100011 110100

Color Harmonies of #5968AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5968AF

Black with #5968AF

Text Example


Text Example

White with #5968AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5968AF; }

 p { color: rgb(89,104,175); }

 H1.HeaderClassName
 {
   color: #5968AF;
 }
 .AnyTagClassName
 {
   color: #5968AF;
 }
</style>

background-color css

<style>
 a { background-color: #5968AF; }

 a { background-color: rgb(89,104,175); }

 div.DivClassName
 {
   background-color: #5968AF;
 }
 .BgClassName
 {
   background-color: #5968AF;
 }
</style>

border-color css

<style>
 span { border-color: #5968AF; }

 span { border-color: rgb(89,104,175); }

 td.TdClassName
 {
   border-color: #5968AF;
 }
 .TagClassName
 {
   border-color: #5968AF;
 }
</style>