Html Css Color HEX #516AB3 Chetwode Blue

📋 copy color: '#516AB3'

red 81 ◦ green 106 ◦ blue 179

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

Shades of Chetwode Blue #516AB3

Tints of Chetwode Blue #516AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 48.91%

R = 22.13%
G = 28.96%
B = 48.91%

CMYK

 C value IS 0.55

 M value IS 0.41

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#516AB3 (or 0x516AB3) is known color: Chetwode Blue. HEX triplet: 51, 6A and B3. RGB value is (81,106,179). Sum of RGB (Red+Green+Blue) = 81+106+179=366 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.13% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 179 (70.31% from 255 or 48.91% from 366); Max value from RGB is 179 - color contains mainly: blue. Hex color #516AB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516AB3 is #AE954C. Grayscale: #6A6A6A. Windows color (decimal): -11441485 or 11758161. OLE color: 11758161.

HSL color Cylindrical-coordinate representation of color #516AB3: hue angle of 224.69º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #516AB3 is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 81 106 179 -
CMYK 0.55 0.41 0 0.30
HSL 224.69º 0.39% 0.51% -
HSV(B) 224.69º 0.55% 0.7% -
XYZ 16.68 15.31 44.72 -
YUV 106.85 168.72 109.56 -
System Red Green Blue C M Y K H S L
Decimal 81 106 179 0.55 0.41 0 0.30 224.69 0.39 0.51
Hex 51 6A B3 37 29 0 1E E1 27 33
Octal 121 152 263 67 51 0 36 341 47 63
Binary 1010001 1101010 10110011 110111 101001 0 11110 11100001 100111 110011

Color Harmonies of #516AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516AB3

Black with #516AB3

Text Example


Text Example

White with #516AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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