Html Css Color HEX #596ACF Chetwode Blue

📋 copy color: '#596ACF'

red 89 ◦ green 106 ◦ blue 207

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

Shades of Chetwode Blue #596ACF

Tints of Chetwode Blue #596ACF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.37%

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

R = 22.14%
G = 26.37%
B = 51.49%

CMYK

 C value IS 0.57

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#596ACF (or 0x596ACF) is known color: Chetwode Blue. HEX triplet: 59, 6A and CF. RGB value is (89,106,207). Sum of RGB (Red+Green+Blue) = 89+106+207=402 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.14% from 402); Green value is 106 (41.80% from 255 or 26.37% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #596ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596ACF is #A69530. Grayscale: #707070. Windows color (decimal): -10917169 or 13593177. OLE color: 13593177.

HSL color Cylindrical-coordinate representation of color #596ACF: hue angle of 231.36º 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 #596ACF is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 89 106 207 -
CMYK 0.57 0.49 0 0.19
HSL 231.36º 0.55% 0.58% -
HSV(B) 231.36º 0.57% 0.81% -
XYZ 20.54 16.94 61.22 -
YUV 112.43 181.37 111.29 -
System Red Green Blue C M Y K H S L
Decimal 89 106 207 0.57 0.49 0 0.19 231.36 0.55 0.58
Hex 59 6A CF 39 31 0 13 E7 37 3A
Octal 131 152 317 71 61 0 23 347 67 72
Binary 1011001 1101010 11001111 111001 110001 0 10011 11100111 110111 111010

Color Harmonies of #596ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596ACF

Black with #596ACF

Text Example


Text Example

White with #596ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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