Html Css Color HEX #5A6CCC Chetwode Blue

📋 copy color: '#5A6CCC'

red 90 ◦ green 108 ◦ blue 204

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

Shades of Chetwode Blue #5A6CCC

Tints of Chetwode Blue #5A6CCC

RGB

 RED value IS 90 (35.55% from 255) = 22.39%

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

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

R = 22.39%
G = 26.87%
B = 50.75%

CMYK

 C value IS 0.56

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5A6CCC (or 0x5A6CCC) is known color: Chetwode Blue. HEX triplet: 5A, 6C and CC. RGB value is (90,108,204). Sum of RGB (Red+Green+Blue) = 90+108+204=402 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.39% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #5A6CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A6CCC is #A59333. Grayscale: #717171. Windows color (decimal): -10851124 or 13397082. OLE color: 13397082.

HSL color Cylindrical-coordinate representation of color #5A6CCC: hue angle of 230.53º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A6CCC is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 90 108 204 -
CMYK 0.56 0.47 0 0.2
HSL 230.53º 0.53% 0.58% -
HSV(B) 230.53º 0.56% 0.8% -
XYZ 20.48 17.26 59.38 -
YUV 113.56 179.04 111.19 -
System Red Green Blue C M Y K H S L
Decimal 90 108 204 0.56 0.47 0 0.2 230.53 0.53 0.58
Hex 5A 6C CC 38 2F 0 14 E7 35 3A
Octal 132 154 314 70 57 0 24 347 65 72
Binary 1011010 1101100 11001100 111000 101111 0 10100 11100111 110101 111010

Color Harmonies of #5A6CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6CCC

Black with #5A6CCC

Text Example


Text Example

White with #5A6CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A6CCC; }

 p { color: rgb(90,108,204); }

 H1.HeaderClassName
 {
   color: #5A6CCC;
 }
 .AnyTagClassName
 {
   color: #5A6CCC;
 }
</style>

background-color css

<style>
 a { background-color: #5A6CCC; }

 a { background-color: rgb(90,108,204); }

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

border-color css

<style>
 span { border-color: #5A6CCC; }

 span { border-color: rgb(90,108,204); }

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