Html Css Color HEX #5F62BB Chetwode Blue

📋 copy color: '#5F62BB'

red 95 ◦ green 98 ◦ blue 187

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

Shades of Chetwode Blue #5F62BB

Tints of Chetwode Blue #5F62BB

RGB

 RED value IS 95 (37.5% from 255) = 25%

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

 BLUE value IS 187 (73.44% from 255) = 49.21%

R = 25%
G = 25.79%
B = 49.21%

CMYK

 C value IS 0.49

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5F62BB (or 0x5F62BB) is known color: Chetwode Blue. HEX triplet: 5F, 62 and BB. RGB value is (95,98,187). Sum of RGB (Red+Green+Blue) = 95+98+187=380 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #5F62BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F62BB is #A09D44. Grayscale: #6A6A6A. Windows color (decimal): -10526021 or 12280415. OLE color: 12280415.

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

Color convert

RGB 95 98 187 -
CMYK 0.49 0.48 0 0.27
HSL 238.04º 0.4% 0.55% -
HSV(B) 238.04º 0.49% 0.73% -
XYZ 18.06 14.76 48.91 -
YUV 107.25 173.01 119.26 -
System Red Green Blue C M Y K H S L
Decimal 95 98 187 0.49 0.48 0 0.27 238.04 0.4 0.55
Hex 5F 62 BB 31 30 0 1B EE 28 37
Octal 137 142 273 61 60 0 33 356 50 67
Binary 1011111 1100010 10111011 110001 110000 0 11011 11101110 101000 110111

Color Harmonies of #5F62BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F62BB

Black with #5F62BB

Text Example


Text Example

White with #5F62BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,98,187); }

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

background-color css

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

 a { background-color: rgb(95,98,187); }

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

border-color css

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

 span { border-color: rgb(95,98,187); }

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