Html Css Color HEX #516CBB Chetwode Blue

📋 copy color: '#516CBB'

red 81 ◦ green 108 ◦ blue 187

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

Shades of Chetwode Blue #516CBB

Tints of Chetwode Blue #516CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.73%

R = 21.54%
G = 28.72%
B = 49.73%

CMYK

 C value IS 0.57

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#516CBB (or 0x516CBB) is known color: Chetwode Blue. HEX triplet: 51, 6C and BB. RGB value is (81,108,187). Sum of RGB (Red+Green+Blue) = 81+108+187=376 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.54% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #516CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516CBB is #AE9344. Grayscale: #6C6C6C. Windows color (decimal): -11440965 or 12282961. OLE color: 12282961.

HSL color Cylindrical-coordinate representation of color #516CBB: hue angle of 224.72º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #516CBB is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 81 108 187 -
CMYK 0.57 0.42 0 0.27
HSL 224.72º 0.44% 0.53% -
HSV(B) 224.72º 0.57% 0.73% -
XYZ 17.73 16.06 49.18 -
YUV 108.93 172.05 108.08 -
System Red Green Blue C M Y K H S L
Decimal 81 108 187 0.57 0.42 0 0.27 224.72 0.44 0.53
Hex 51 6C BB 39 2A 0 1B E1 2C 35
Octal 121 154 273 71 52 0 33 341 54 65
Binary 1010001 1101100 10111011 111001 101010 0 11011 11100001 101100 110101

Color Harmonies of #516CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516CBB

Black with #516CBB

Text Example


Text Example

White with #516CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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