Html Css Color HEX #5A6CCD Chetwode Blue

📋 copy color: '#5A6CCD'

red 90 ◦ green 108 ◦ blue 205

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

Shades of Chetwode Blue #5A6CCD

Tints of Chetwode Blue #5A6CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.87%

R = 22.33%
G = 26.8%
B = 50.87%

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

#5A6CCD (or 0x5A6CCD) is known color: Chetwode Blue. HEX triplet: 5A, 6C and CD. RGB value is (90,108,205). Sum of RGB (Red+Green+Blue) = 90+108+205=403 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.33% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #5A6CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A6CCD is #A59332. Grayscale: #717171. Windows color (decimal): -10851123 or 13462618. OLE color: 13462618.

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

Color convert

RGB 90 108 205 -
CMYK 0.56 0.47 0 0.20
HSL 230.61º 0.53% 0.58% -
HSV(B) 230.61º 0.56% 0.8% -
XYZ 20.6 17.31 60.01 -
YUV 113.68 179.54 111.11 -
System Red Green Blue C M Y K H S L
Decimal 90 108 205 0.56 0.47 0 0.20 230.61 0.53 0.58
Hex 5A 6C CD 38 2F 0 14 E7 35 3A
Octal 132 154 315 70 57 0 24 347 65 72
Binary 1011010 1101100 11001101 111000 101111 0 10100 11100111 110101 111010

Color Harmonies of #5A6CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6CCD

Black with #5A6CCD

Text Example


Text Example

White with #5A6CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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