Html Css Color HEX #516ABC Chetwode Blue

📋 copy color: '#516ABC'

red 81 ◦ green 106 ◦ blue 188

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

Shades of Chetwode Blue #516ABC

Tints of Chetwode Blue #516ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.13%

R = 21.6%
G = 28.27%
B = 50.13%

CMYK

 C value IS 0.57

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#516ABC (or 0x516ABC) is known color: Chetwode Blue. HEX triplet: 51, 6A and BC. RGB value is (81,106,188). Sum of RGB (Red+Green+Blue) = 81+106+188=375 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.6% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #516ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516ABC is #AE9543. Grayscale: #6B6B6B. Windows color (decimal): -11441476 or 12347985. OLE color: 12347985.

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

Color convert

RGB 81 106 188 -
CMYK 0.57 0.44 0 0.26
HSL 225.98º 0.44% 0.53% -
HSV(B) 225.98º 0.57% 0.74% -
XYZ 17.62 15.69 49.68 -
YUV 107.87 173.22 108.83 -
System Red Green Blue C M Y K H S L
Decimal 81 106 188 0.57 0.44 0 0.26 225.98 0.44 0.53
Hex 51 6A BC 39 2C 0 1A E2 2C 35
Octal 121 152 274 71 54 0 32 342 54 65
Binary 1010001 1101010 10111100 111001 101100 0 11010 11100010 101100 110101

Color Harmonies of #516ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516ABC

Black with #516ABC

Text Example


Text Example

White with #516ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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