Html Css Color HEX #516BB8 Chetwode Blue

📋 copy color: '#516BB8'

red 81 ◦ green 107 ◦ blue 184

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

Shades of Chetwode Blue #516BB8

Tints of Chetwode Blue #516BB8

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.76%

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

R = 21.77%
G = 28.76%
B = 49.46%

CMYK

 C value IS 0.56

 M value IS 0.42

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#516BB8 (or 0x516BB8) is known color: Chetwode Blue. HEX triplet: 51, 6B and B8. RGB value is (81,107,184). Sum of RGB (Red+Green+Blue) = 81+107+184=372 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.77% from 372); Green value is 107 (42.19% from 255 or 28.76% from 372); Blue value is 184 (72.27% from 255 or 49.46% from 372); Max value from RGB is 184 - color contains mainly: blue. Hex color #516BB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516BB8 is #AE9447. Grayscale: #6B6B6B. Windows color (decimal): -11441224 or 12086097. OLE color: 12086097.

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

Color convert

RGB 81 107 184 -
CMYK 0.56 0.42 0 0.28
HSL 224.85º 0.42% 0.52% -
HSV(B) 224.85º 0.56% 0.72% -
XYZ 17.3 15.73 47.47 -
YUV 108 170.89 108.74 -
System Red Green Blue C M Y K H S L
Decimal 81 107 184 0.56 0.42 0 0.28 224.85 0.42 0.52
Hex 51 6B B8 38 2A 0 1C E1 2A 34
Octal 121 153 270 70 52 0 34 341 52 64
Binary 1010001 1101011 10111000 111000 101010 0 11100 11100001 101010 110100

Color Harmonies of #516BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516BB8

Black with #516BB8

Text Example


Text Example

White with #516BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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