Html Css Color HEX #596FCF Chetwode Blue

📋 copy color: '#596FCF'

red 89 ◦ green 111 ◦ blue 207

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

Shades of Chetwode Blue #596FCF

Tints of Chetwode Blue #596FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.86%

R = 21.87%
G = 27.27%
B = 50.86%

CMYK

 C value IS 0.57

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#596FCF (or 0x596FCF) is known color: Chetwode Blue. HEX triplet: 59, 6F and CF. RGB value is (89,111,207). Sum of RGB (Red+Green+Blue) = 89+111+207=407 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.87% from 407); Green value is 111 (43.75% from 255 or 27.27% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #596FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596FCF is #A69030. Grayscale: #727272. Windows color (decimal): -10915889 or 13594457. OLE color: 13594457.

HSL color Cylindrical-coordinate representation of color #596FCF: hue angle of 228.81º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #596FCF is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 89 111 207 -
CMYK 0.57 0.46 0 0.19
HSL 228.81º 0.55% 0.58% -
HSV(B) 228.81º 0.57% 0.81% -
XYZ 21.07 18 61.4 -
YUV 115.37 179.71 109.19 -
System Red Green Blue C M Y K H S L
Decimal 89 111 207 0.57 0.46 0 0.19 228.81 0.55 0.58
Hex 59 6F CF 39 2E 0 13 E5 37 3A
Octal 131 157 317 71 56 0 23 345 67 72
Binary 1011001 1101111 11001111 111001 101110 0 10011 11100101 110111 111010

Color Harmonies of #596FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596FCF

Black with #596FCF

Text Example


Text Example

White with #596FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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