Html Css Color HEX #516EB8 Chetwode Blue

📋 copy color: '#516EB8'

red 81 ◦ green 110 ◦ blue 184

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

Shades of Chetwode Blue #516EB8

Tints of Chetwode Blue #516EB8

RGB

 RED value IS 81 (32.03% from 255) = 21.6%

 GREEN value IS 110 (43.36% from 255) = 29.33%

 BLUE value IS 184 (72.27% from 255) = 49.07%

R = 21.6%
G = 29.33%
B = 49.07%

CMYK

 C value IS 0.56

 M value IS 0.40

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#516EB8 (or 0x516EB8) is known color: Chetwode Blue. HEX triplet: 51, 6E and B8. RGB value is (81,110,184). Sum of RGB (Red+Green+Blue) = 81+110+184=375 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.6% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 184 (72.27% from 255 or 49.07% from 375); Max value from RGB is 184 - color contains mainly: blue. Hex color #516EB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516EB8 is #AE9147. Grayscale: #6D6D6D. Windows color (decimal): -11440456 or 12086865. OLE color: 12086865.

HSL color Cylindrical-coordinate representation of color #516EB8: hue angle of 223.11º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #516EB8 is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 81 110 184 -
CMYK 0.56 0.40 0 0.28
HSL 223.11º 0.42% 0.52% -
HSV(B) 223.11º 0.56% 0.72% -
XYZ 17.62 16.36 47.58 -
YUV 109.77 169.89 107.48 -
System Red Green Blue C M Y K H S L
Decimal 81 110 184 0.56 0.40 0 0.28 223.11 0.42 0.52
Hex 51 6E B8 38 28 0 1C DF 2A 34
Octal 121 156 270 70 50 0 34 337 52 64
Binary 1010001 1101110 10111000 111000 101000 0 11100 11011111 101010 110100

Color Harmonies of #516EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516EB8

Black with #516EB8

Text Example


Text Example

White with #516EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516EB8; }

 p { color: rgb(81,110,184); }

 H1.HeaderClassName
 {
   color: #516EB8;
 }
 .AnyTagClassName
 {
   color: #516EB8;
 }
</style>

background-color css

<style>
 a { background-color: #516EB8; }

 a { background-color: rgb(81,110,184); }

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

border-color css

<style>
 span { border-color: #516EB8; }

 span { border-color: rgb(81,110,184); }

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