Html Css Color HEX #5B62BA Chetwode Blue

📋 copy color: '#5B62BA'

red 91 ◦ green 98 ◦ blue 186

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

Shades of Chetwode Blue #5B62BA

Tints of Chetwode Blue #5B62BA

RGB

 RED value IS 91 (35.94% from 255) = 24.27%

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

 BLUE value IS 186 (73.05% from 255) = 49.6%

R = 24.27%
G = 26.13%
B = 49.6%

CMYK

 C value IS 0.51

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5B62BA (or 0x5B62BA) is known color: Chetwode Blue. HEX triplet: 5B, 62 and BA. RGB value is (91,98,186). Sum of RGB (Red+Green+Blue) = 91+98+186=375 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.27% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B62BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B62BA is #A49D45. Grayscale: #696969. Windows color (decimal): -10788166 or 12214875. OLE color: 12214875.

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

Color convert

RGB 91 98 186 -
CMYK 0.51 0.47 0 0.27
HSL 235.58º 0.41% 0.54% -
HSV(B) 235.58º 0.51% 0.73% -
XYZ 17.54 14.5 48.33 -
YUV 105.94 173.18 117.34 -
System Red Green Blue C M Y K H S L
Decimal 91 98 186 0.51 0.47 0 0.27 235.58 0.41 0.54
Hex 5B 62 BA 33 2F 0 1B EC 29 36
Octal 133 142 272 63 57 0 33 354 51 66
Binary 1011011 1100010 10111010 110011 101111 0 11011 11101100 101001 110110

Color Harmonies of #5B62BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B62BA

Black with #5B62BA

Text Example


Text Example

White with #5B62BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,98,186); }

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

background-color css

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

 a { background-color: rgb(91,98,186); }

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

border-color css

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

 span { border-color: rgb(91,98,186); }

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