Html Css Color HEX #5F83C0 Havelock Blue

📋 copy color: '#5F83C0'

red 95 ◦ green 131 ◦ blue 192

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

Shades of Havelock Blue #5F83C0

Tints of Havelock Blue #5F83C0

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.34%

 BLUE value IS 192 (75.39% from 255) = 45.93%

R = 22.73%
G = 31.34%
B = 45.93%

CMYK

 C value IS 0.51

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5F83C0 (or 0x5F83C0) is known color: Havelock Blue. HEX triplet: 5F, 83 and C0. RGB value is (95,131,192). Sum of RGB (Red+Green+Blue) = 95+131+192=418 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.73% from 418); Green value is 131 (51.56% from 255 or 31.34% from 418); Blue value is 192 (75.39% from 255 or 45.93% from 418); Max value from RGB is 192 - color contains mainly: blue. Hex color #5F83C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F83C0 is #A07C3F. Grayscale: #7E7E7E. Windows color (decimal): -10517568 or 12616543. OLE color: 12616543.

HSL color Cylindrical-coordinate representation of color #5F83C0: hue angle of 217.73º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5F83C0 is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 95 131 192 -
CMYK 0.51 0.32 0 0.25
HSL 217.73º 0.43% 0.56% -
HSV(B) 217.73º 0.51% 0.75% -
XYZ 22.35 22.47 53.03 -
YUV 127.19 164.57 105.04 -
System Red Green Blue C M Y K H S L
Decimal 95 131 192 0.51 0.32 0 0.25 217.73 0.43 0.56
Hex 5F 83 C0 33 20 0 19 DA 2B 38
Octal 137 203 300 63 40 0 31 332 53 70
Binary 1011111 10000011 11000000 110011 100000 0 11001 11011010 101011 111000

Color Harmonies of #5F83C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F83C0

Black with #5F83C0

Text Example


Text Example

White with #5F83C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,131,192); }

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

background-color css

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

 a { background-color: rgb(95,131,192); }

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

border-color css

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

 span { border-color: rgb(95,131,192); }

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