Html Css Color HEX #516AB8 Chetwode Blue

📋 copy color: '#516AB8'

red 81 ◦ green 106 ◦ blue 184

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

Shades of Chetwode Blue #516AB8

Tints of Chetwode Blue #516AB8

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.57%

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

R = 21.83%
G = 28.57%
B = 49.6%

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

#516AB8 (or 0x516AB8) is known color: Chetwode Blue. HEX triplet: 51, 6A and B8. RGB value is (81,106,184). Sum of RGB (Red+Green+Blue) = 81+106+184=371 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.83% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 184 (72.27% from 255 or 49.60% from 371); Max value from RGB is 184 - color contains mainly: blue. Hex color #516AB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516AB8 is #AE9547. Grayscale: #6B6B6B. Windows color (decimal): -11441480 or 12085841. OLE color: 12085841.

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

Color convert

RGB 81 106 184 -
CMYK 0.56 0.42 0 0.28
HSL 225.44º 0.42% 0.52% -
HSV(B) 225.44º 0.56% 0.72% -
XYZ 17.2 15.52 47.44 -
YUV 107.42 171.22 109.16 -
System Red Green Blue C M Y K H S L
Decimal 81 106 184 0.56 0.42 0 0.28 225.44 0.42 0.52
Hex 51 6A B8 38 2A 0 1C E1 2A 34
Octal 121 152 270 70 52 0 34 341 52 64
Binary 1010001 1101010 10111000 111000 101010 0 11100 11100001 101010 110100

Color Harmonies of #516AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516AB8

Black with #516AB8

Text Example


Text Example

White with #516AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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