Html Css Color HEX #516BBA Chetwode Blue

📋 copy color: '#516BBA'

red 81 ◦ green 107 ◦ blue 186

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

Shades of Chetwode Blue #516BBA

Tints of Chetwode Blue #516BBA

RGB

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

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

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

R = 21.66%
G = 28.61%
B = 49.73%

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

#516BBA (or 0x516BBA) is known color: Chetwode Blue. HEX triplet: 51, 6B and BA. RGB value is (81,107,186). Sum of RGB (Red+Green+Blue) = 81+107+186=374 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.66% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #516BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516BBA is #AE9445. Grayscale: #6B6B6B. Windows color (decimal): -11441222 or 12217169. OLE color: 12217169.

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

Color convert

RGB 81 107 186 -
CMYK 0.56 0.42 0 0.27
HSL 225.14º 0.43% 0.52% -
HSV(B) 225.14º 0.56% 0.73% -
XYZ 17.51 15.81 48.58 -
YUV 108.23 171.89 108.58 -
System Red Green Blue C M Y K H S L
Decimal 81 107 186 0.56 0.42 0 0.27 225.14 0.43 0.52
Hex 51 6B BA 38 2A 0 1B E1 2B 34
Octal 121 153 272 70 52 0 33 341 53 64
Binary 1010001 1101011 10111010 111000 101010 0 11011 11100001 101011 110100

Color Harmonies of #516BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516BBA

Black with #516BBA

Text Example


Text Example

White with #516BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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