Html Css Color HEX #596FCB Chetwode Blue

📋 copy color: '#596FCB'

red 89 ◦ green 111 ◦ blue 203

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

Shades of Chetwode Blue #596FCB

Tints of Chetwode Blue #596FCB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.54%

 BLUE value IS 203 (79.69% from 255) = 50.37%

R = 22.08%
G = 27.54%
B = 50.37%

CMYK

 C value IS 0.56

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#596FCB (or 0x596FCB) is known color: Chetwode Blue. HEX triplet: 59, 6F and CB. RGB value is (89,111,203). Sum of RGB (Red+Green+Blue) = 89+111+203=403 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.08% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #596FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596FCB is #A69034. Grayscale: #727272. Windows color (decimal): -10915893 or 13332313. OLE color: 13332313.

HSL color Cylindrical-coordinate representation of color #596FCB: hue angle of 228.42º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #596FCB is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 89 111 203 -
CMYK 0.56 0.45 0 0.20
HSL 228.42º 0.52% 0.57% -
HSV(B) 228.42º 0.56% 0.8% -
XYZ 20.58 17.8 58.85 -
YUV 114.91 177.71 109.52 -
System Red Green Blue C M Y K H S L
Decimal 89 111 203 0.56 0.45 0 0.20 228.42 0.52 0.57
Hex 59 6F CB 38 2D 0 14 E4 34 39
Octal 131 157 313 70 55 0 24 344 64 71
Binary 1011001 1101111 11001011 111000 101101 0 10100 11100100 110100 111001

Color Harmonies of #596FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596FCB

Black with #596FCB

Text Example


Text Example

White with #596FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596FCB; }

 p { color: rgb(89,111,203); }

 H1.HeaderClassName
 {
   color: #596FCB;
 }
 .AnyTagClassName
 {
   color: #596FCB;
 }
</style>

background-color css

<style>
 a { background-color: #596FCB; }

 a { background-color: rgb(89,111,203); }

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

border-color css

<style>
 span { border-color: #596FCB; }

 span { border-color: rgb(89,111,203); }

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