Html Css Color HEX #596CCB Chetwode Blue

📋 copy color: '#596CCB'

red 89 ◦ green 108 ◦ blue 203

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

Shades of Chetwode Blue #596CCB

Tints of Chetwode Blue #596CCB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27%

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

R = 22.25%
G = 27%
B = 50.75%

CMYK

 C value IS 0.56

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#596CCB (or 0x596CCB) is known color: Chetwode Blue. HEX triplet: 59, 6C and CB. RGB value is (89,108,203). Sum of RGB (Red+Green+Blue) = 89+108+203=400 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.25% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #596CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596CCB is #A69334. Grayscale: #707070. Windows color (decimal): -10916661 or 13331545. OLE color: 13331545.

HSL color Cylindrical-coordinate representation of color #596CCB: hue angle of 230º 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 #596CCB is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 89 108 203 -
CMYK 0.56 0.47 0 0.20
HSL 230º 0.52% 0.57% -
HSV(B) 230º 0.56% 0.8% -
XYZ 20.26 17.16 58.74 -
YUV 113.15 178.71 110.78 -
System Red Green Blue C M Y K H S L
Decimal 89 108 203 0.56 0.47 0 0.20 230 0.52 0.57
Hex 59 6C CB 38 2F 0 14 E6 34 39
Octal 131 154 313 70 57 0 24 346 64 71
Binary 1011001 1101100 11001011 111000 101111 0 10100 11100110 110100 111001

Color Harmonies of #596CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596CCB

Black with #596CCB

Text Example


Text Example

White with #596CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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