Html Css Color HEX #5A6DB8 Chetwode Blue

📋 copy color: '#5A6DB8'

red 90 ◦ green 109 ◦ blue 184

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

Shades of Chetwode Blue #5A6DB8

Tints of Chetwode Blue #5A6DB8

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.46%

 BLUE value IS 184 (72.27% from 255) = 48.04%

R = 23.5%
G = 28.46%
B = 48.04%

CMYK

 C value IS 0.51

 M value IS 0.41

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#5A6DB8 (or 0x5A6DB8) is known color: Chetwode Blue. HEX triplet: 5A, 6D and B8. RGB value is (90,109,184). Sum of RGB (Red+Green+Blue) = 90+109+184=383 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.50% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 184 (72.27% from 255 or 48.04% from 383); Max value from RGB is 184 - color contains mainly: blue. Hex color #5A6DB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A6DB8 is #A59247. Grayscale: #6F6F6F. Windows color (decimal): -10850888 or 12086618. OLE color: 12086618.

HSL color Cylindrical-coordinate representation of color #5A6DB8: hue angle of 227.87º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5A6DB8 is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 90 109 184 -
CMYK 0.51 0.41 0 0.28
HSL 227.87º 0.4% 0.54% -
HSV(B) 227.87º 0.51% 0.72% -
XYZ 18.34 16.57 47.58 -
YUV 111.87 168.71 112.4 -
System Red Green Blue C M Y K H S L
Decimal 90 109 184 0.51 0.41 0 0.28 227.87 0.4 0.54
Hex 5A 6D B8 33 29 0 1C E4 28 36
Octal 132 155 270 63 51 0 34 344 50 66
Binary 1011010 1101101 10111000 110011 101001 0 11100 11100100 101000 110110

Color Harmonies of #5A6DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6DB8

Black with #5A6DB8

Text Example


Text Example

White with #5A6DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,109,184); }

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

background-color css

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

 a { background-color: rgb(90,109,184); }

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

border-color css

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

 span { border-color: rgb(90,109,184); }

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