Html Css Color HEX #5A62BD Chetwode Blue

📋 copy color: '#5A62BD'

red 90 ◦ green 98 ◦ blue 189

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

Shades of Chetwode Blue #5A62BD

Tints of Chetwode Blue #5A62BD

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.99%

 BLUE value IS 189 (74.22% from 255) = 50.13%

R = 23.87%
G = 25.99%
B = 50.13%

CMYK

 C value IS 0.52

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5A62BD (or 0x5A62BD) is known color: Chetwode Blue. HEX triplet: 5A, 62 and BD. RGB value is (90,98,189). Sum of RGB (Red+Green+Blue) = 90+98+189=377 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.87% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #5A62BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A62BD is #A59D42. Grayscale: #696969. Windows color (decimal): -10853699 or 12411482. OLE color: 12411482.

HSL color Cylindrical-coordinate representation of color #5A62BD: hue angle of 235.15º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A62BD is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 90 98 189 -
CMYK 0.52 0.48 0 0.26
HSL 235.15º 0.43% 0.55% -
HSV(B) 235.15º 0.52% 0.74% -
XYZ 17.77 14.58 50.02 -
YUV 105.98 174.85 116.6 -
System Red Green Blue C M Y K H S L
Decimal 90 98 189 0.52 0.48 0 0.26 235.15 0.43 0.55
Hex 5A 62 BD 34 30 0 1A EB 2B 37
Octal 132 142 275 64 60 0 32 353 53 67
Binary 1011010 1100010 10111101 110100 110000 0 11010 11101011 101011 110111

Color Harmonies of #5A62BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A62BD

Black with #5A62BD

Text Example


Text Example

White with #5A62BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,98,189); }

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

background-color css

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

 a { background-color: rgb(90,98,189); }

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

border-color css

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

 span { border-color: rgb(90,98,189); }

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