Html Css Color HEX #5C62BA Chetwode Blue

📋 copy color: '#5C62BA'

red 92 ◦ green 98 ◦ blue 186

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

Shades of Chetwode Blue #5C62BA

Tints of Chetwode Blue #5C62BA

RGB

 RED value IS 92 (36.33% from 255) = 24.47%

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

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

R = 24.47%
G = 26.06%
B = 49.47%

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

#5C62BA (or 0x5C62BA) is known color: Chetwode Blue. HEX triplet: 5C, 62 and BA. RGB value is (92,98,186). Sum of RGB (Red+Green+Blue) = 92+98+186=376 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.47% from 376); Green value is 98 (38.67% from 255 or 26.06% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #5C62BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C62BA is #A39D45. Grayscale: #696969. Windows color (decimal): -10722630 or 12214876. OLE color: 12214876.

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

Color convert

RGB 92 98 186 -
CMYK 0.51 0.47 0 0.27
HSL 236.17º 0.41% 0.55% -
HSV(B) 236.17º 0.51% 0.73% -
XYZ 17.64 14.56 48.33 -
YUV 106.24 173.01 117.84 -
System Red Green Blue C M Y K H S L
Decimal 92 98 186 0.51 0.47 0 0.27 236.17 0.41 0.55
Hex 5C 62 BA 33 2F 0 1B EC 29 37
Octal 134 142 272 63 57 0 33 354 51 67
Binary 1011100 1100010 10111010 110011 101111 0 11011 11101100 101001 110111

Color Harmonies of #5C62BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C62BA

Black with #5C62BA

Text Example


Text Example

White with #5C62BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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