Html Css Color HEX #5862BE Chetwode Blue

📋 copy color: '#5862BE'

red 88 ◦ green 98 ◦ blue 190

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

Shades of Chetwode Blue #5862BE

Tints of Chetwode Blue #5862BE

RGB

 RED value IS 88 (34.77% from 255) = 23.4%

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

 BLUE value IS 190 (74.61% from 255) = 50.53%

R = 23.4%
G = 26.06%
B = 50.53%

CMYK

 C value IS 0.54

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5862BE (or 0x5862BE) is known color: Chetwode Blue. HEX triplet: 58, 62 and BE. RGB value is (88,98,190). Sum of RGB (Red+Green+Blue) = 88+98+190=376 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.40% from 376); Green value is 98 (38.67% from 255 or 26.06% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #5862BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5862BE is #A79D41. Grayscale: #696969. Windows color (decimal): -10984770 or 12477016. OLE color: 12477016.

HSL color Cylindrical-coordinate representation of color #5862BE: hue angle of 234.12º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5862BE is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 98 190 -
CMYK 0.54 0.48 0 0.25
HSL 234.12º 0.44% 0.55% -
HSV(B) 234.12º 0.54% 0.75% -
XYZ 17.69 14.53 50.59 -
YUV 105.5 175.69 115.52 -
System Red Green Blue C M Y K H S L
Decimal 88 98 190 0.54 0.48 0 0.25 234.12 0.44 0.55
Hex 58 62 BE 36 30 0 19 EA 2C 37
Octal 130 142 276 66 60 0 31 352 54 67
Binary 1011000 1100010 10111110 110110 110000 0 11001 11101010 101100 110111

Color Harmonies of #5862BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5862BE

Black with #5862BE

Text Example


Text Example

White with #5862BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5862BE; }

 p { color: rgb(88,98,190); }

 H1.HeaderClassName
 {
   color: #5862BE;
 }
 .AnyTagClassName
 {
   color: #5862BE;
 }
</style>

background-color css

<style>
 a { background-color: #5862BE; }

 a { background-color: rgb(88,98,190); }

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

border-color css

<style>
 span { border-color: #5862BE; }

 span { border-color: rgb(88,98,190); }

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