Html Css Color HEX #516CBA Chetwode Blue

📋 copy color: '#516CBA'

red 81 ◦ green 108 ◦ blue 186

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

Shades of Chetwode Blue #516CBA

Tints of Chetwode Blue #516CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.6%

R = 21.6%
G = 28.8%
B = 49.6%

CMYK

 C value IS 0.56

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#516CBA (or 0x516CBA) is known color: Chetwode Blue. HEX triplet: 51, 6C and BA. RGB value is (81,108,186). Sum of RGB (Red+Green+Blue) = 81+108+186=375 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.6% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #516CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516CBA is #AE9345. Grayscale: #6C6C6C. Windows color (decimal): -11440966 or 12217425. OLE color: 12217425.

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

Color convert

RGB 81 108 186 -
CMYK 0.56 0.42 0 0.27
HSL 224.57º 0.43% 0.52% -
HSV(B) 224.57º 0.56% 0.73% -
XYZ 17.62 16.02 48.62 -
YUV 108.82 171.55 108.16 -
System Red Green Blue C M Y K H S L
Decimal 81 108 186 0.56 0.42 0 0.27 224.57 0.43 0.52
Hex 51 6C BA 38 2A 0 1B E1 2B 34
Octal 121 154 272 70 52 0 33 341 53 64
Binary 1010001 1101100 10111010 111000 101010 0 11011 11100001 101011 110100

Color Harmonies of #516CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516CBA

Black with #516CBA

Text Example


Text Example

White with #516CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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