Html Css Color HEX #5769CC Chetwode Blue

📋 copy color: '#5769CC'

red 87 ◦ green 105 ◦ blue 204

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

Shades of Chetwode Blue #5769CC

Tints of Chetwode Blue #5769CC

RGB

 RED value IS 87 (34.38% from 255) = 21.97%

 GREEN value IS 105 (41.41% from 255) = 26.52%

 BLUE value IS 204 (80.08% from 255) = 51.52%

R = 21.97%
G = 26.52%
B = 51.52%

CMYK

 C value IS 0.57

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5769CC (or 0x5769CC) is known color: Chetwode Blue. HEX triplet: 57, 69 and CC. RGB value is (87,105,204). Sum of RGB (Red+Green+Blue) = 87+105+204=396 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.97% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #5769CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5769CC is #A89633. Grayscale: #6E6E6E. Windows color (decimal): -11048500 or 13396311. OLE color: 13396311.

HSL color Cylindrical-coordinate representation of color #5769CC: hue angle of 230.77º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5769CC is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 87 105 204 -
CMYK 0.57 0.49 0 0.2
HSL 230.77º 0.53% 0.57% -
HSV(B) 230.77º 0.57% 0.8% -
XYZ 19.88 16.49 59.26 -
YUV 110.9 180.54 110.95 -
System Red Green Blue C M Y K H S L
Decimal 87 105 204 0.57 0.49 0 0.2 230.77 0.53 0.57
Hex 57 69 CC 39 31 0 14 E7 35 39
Octal 127 151 314 71 61 0 24 347 65 71
Binary 1010111 1101001 11001100 111001 110001 0 10100 11100111 110101 111001

Color Harmonies of #5769CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5769CC

Black with #5769CC

Text Example


Text Example

White with #5769CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5769CC; }

 p { color: rgb(87,105,204); }

 H1.HeaderClassName
 {
   color: #5769CC;
 }
 .AnyTagClassName
 {
   color: #5769CC;
 }
</style>

background-color css

<style>
 a { background-color: #5769CC; }

 a { background-color: rgb(87,105,204); }

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

border-color css

<style>
 span { border-color: #5769CC; }

 span { border-color: rgb(87,105,204); }

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