Html Css Color HEX #516BBB Chetwode Blue

📋 copy color: '#516BBB'

red 81 ◦ green 107 ◦ blue 187

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

Shades of Chetwode Blue #516BBB

Tints of Chetwode Blue #516BBB

RGB

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

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

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

R = 21.6%
G = 28.53%
B = 49.87%

CMYK

 C value IS 0.57

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#516BBB (or 0x516BBB) is known color: Chetwode Blue. HEX triplet: 51, 6B and BB. RGB value is (81,107,187). Sum of RGB (Red+Green+Blue) = 81+107+187=375 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.6% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #516BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516BBB is #AE9444. Grayscale: #6C6C6C. Windows color (decimal): -11441221 or 12282705. OLE color: 12282705.

HSL color Cylindrical-coordinate representation of color #516BBB: hue angle of 225.28º 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 #516BBB is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 81 107 187 -
CMYK 0.57 0.43 0 0.27
HSL 225.28º 0.44% 0.53% -
HSV(B) 225.28º 0.57% 0.73% -
XYZ 17.62 15.85 49.14 -
YUV 108.35 172.39 108.5 -
System Red Green Blue C M Y K H S L
Decimal 81 107 187 0.57 0.43 0 0.27 225.28 0.44 0.53
Hex 51 6B BB 39 2B 0 1B E1 2C 35
Octal 121 153 273 71 53 0 33 341 54 65
Binary 1010001 1101011 10111011 111001 101011 0 11011 11100001 101100 110101

Color Harmonies of #516BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516BBB

Black with #516BBB

Text Example


Text Example

White with #516BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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