Html Css Color HEX #516CB8 Chetwode Blue

📋 copy color: '#516CB8'

red 81 ◦ green 108 ◦ blue 184

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

Shades of Chetwode Blue #516CB8

Tints of Chetwode Blue #516CB8

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.95%

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

R = 21.72%
G = 28.95%
B = 49.33%

CMYK

 C value IS 0.56

 M value IS 0.41

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#516CB8 (or 0x516CB8) is known color: Chetwode Blue. HEX triplet: 51, 6C and B8. RGB value is (81,108,184). Sum of RGB (Red+Green+Blue) = 81+108+184=373 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.72% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 184 (72.27% from 255 or 49.33% from 373); Max value from RGB is 184 - color contains mainly: blue. Hex color #516CB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516CB8 is #AE9347. Grayscale: #6C6C6C. Windows color (decimal): -11440968 or 12086353. OLE color: 12086353.

HSL color Cylindrical-coordinate representation of color #516CB8: hue angle of 224.27º 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 #516CB8 is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 81 108 184 -
CMYK 0.56 0.41 0 0.28
HSL 224.27º 0.42% 0.52% -
HSV(B) 224.27º 0.56% 0.72% -
XYZ 17.41 15.94 47.51 -
YUV 108.59 170.55 108.32 -
System Red Green Blue C M Y K H S L
Decimal 81 108 184 0.56 0.41 0 0.28 224.27 0.42 0.52
Hex 51 6C B8 38 29 0 1C E0 2A 34
Octal 121 154 270 70 51 0 34 340 52 64
Binary 1010001 1101100 10111000 111000 101001 0 11100 11100000 101010 110100

Color Harmonies of #516CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516CB8

Black with #516CB8

Text Example


Text Example

White with #516CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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