Html Css Color HEX #507BBD Havelock Blue

📋 copy color: '#507BBD'

red 80 ◦ green 123 ◦ blue 189

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

Shades of Havelock Blue #507BBD

Tints of Havelock Blue #507BBD

RGB

 RED value IS 80 (31.64% from 255) = 20.41%

 GREEN value IS 123 (48.44% from 255) = 31.38%

 BLUE value IS 189 (74.22% from 255) = 48.21%

R = 20.41%
G = 31.38%
B = 48.21%

CMYK

 C value IS 0.58

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#507BBD (or 0x507BBD) is known color: Havelock Blue. HEX triplet: 50, 7B and BD. RGB value is (80,123,189). Sum of RGB (Red+Green+Blue) = 80+123+189=392 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.41% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 189 (74.22% from 255 or 48.21% from 392); Max value from RGB is 189 - color contains mainly: blue. Hex color #507BBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507BBD is #AF8442. Grayscale: #757575. Windows color (decimal): -11502659 or 12417872. OLE color: 12417872.

HSL color Cylindrical-coordinate representation of color #507BBD: hue angle of 216.33º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #507BBD is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 123 189 -
CMYK 0.58 0.35 0 0.26
HSL 216.33º 0.45% 0.53% -
HSV(B) 216.33º 0.58% 0.74% -
XYZ 19.58 19.55 50.88 -
YUV 117.67 168.25 101.13 -
System Red Green Blue C M Y K H S L
Decimal 80 123 189 0.58 0.35 0 0.26 216.33 0.45 0.53
Hex 50 7B BD 3A 23 0 1A D8 2D 35
Octal 120 173 275 72 43 0 32 330 55 65
Binary 1010000 1111011 10111101 111010 100011 0 11010 11011000 101101 110101

Color Harmonies of #507BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507BBD

Black with #507BBD

Text Example


Text Example

White with #507BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507BBD; }

 p { color: rgb(80,123,189); }

 H1.HeaderClassName
 {
   color: #507BBD;
 }
 .AnyTagClassName
 {
   color: #507BBD;
 }
</style>

background-color css

<style>
 a { background-color: #507BBD; }

 a { background-color: rgb(80,123,189); }

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

border-color css

<style>
 span { border-color: #507BBD; }

 span { border-color: rgb(80,123,189); }

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