Html Css Color HEX #5375CD Havelock Blue

📋 copy color: '#5375CD'

red 83 ◦ green 117 ◦ blue 205

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

Shades of Havelock Blue #5375CD

Tints of Havelock Blue #5375CD

RGB

 RED value IS 83 (32.81% from 255) = 20.49%

 GREEN value IS 117 (46.09% from 255) = 28.89%

 BLUE value IS 205 (80.47% from 255) = 50.62%

R = 20.49%
G = 28.89%
B = 50.62%

CMYK

 C value IS 0.60

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5375CD (or 0x5375CD) is known color: Havelock Blue. HEX triplet: 53, 75 and CD. RGB value is (83,117,205). Sum of RGB (Red+Green+Blue) = 83+117+205=405 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.49% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #5375CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5375CD is #AC8A32. Grayscale: #747474. Windows color (decimal): -11307571 or 13464915. OLE color: 13464915.

HSL color Cylindrical-coordinate representation of color #5375CD: hue angle of 223.28º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5375CD is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 117 205 -
CMYK 0.60 0.43 0 0.20
HSL 223.28º 0.55% 0.56% -
HSV(B) 223.28º 0.6% 0.8% -
XYZ 20.95 18.97 60.31 -
YUV 116.87 177.74 103.84 -
System Red Green Blue C M Y K H S L
Decimal 83 117 205 0.60 0.43 0 0.20 223.28 0.55 0.56
Hex 53 75 CD 3C 2B 0 14 DF 37 38
Octal 123 165 315 74 53 0 24 337 67 70
Binary 1010011 1110101 11001101 111100 101011 0 10100 11011111 110111 111000

Color Harmonies of #5375CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5375CD

Black with #5375CD

Text Example


Text Example

White with #5375CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5375CD; }

 p { color: rgb(83,117,205); }

 H1.HeaderClassName
 {
   color: #5375CD;
 }
 .AnyTagClassName
 {
   color: #5375CD;
 }
</style>

background-color css

<style>
 a { background-color: #5375CD; }

 a { background-color: rgb(83,117,205); }

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

border-color css

<style>
 span { border-color: #5375CD; }

 span { border-color: rgb(83,117,205); }

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