Html Css Color HEX #516CC3 Chetwode Blue

📋 copy color: '#516CC3'

red 81 ◦ green 108 ◦ blue 195

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

Shades of Chetwode Blue #516CC3

Tints of Chetwode Blue #516CC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 50.78%

R = 21.09%
G = 28.13%
B = 50.78%

CMYK

 C value IS 0.58

 M value IS 0.45

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#516CC3 (or 0x516CC3) is known color: Chetwode Blue. HEX triplet: 51, 6C and C3. RGB value is (81,108,195). Sum of RGB (Red+Green+Blue) = 81+108+195=384 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.09% from 384); Green value is 108 (42.58% from 255 or 28.12% from 384); Blue value is 195 (76.56% from 255 or 50.78% from 384); Max value from RGB is 195 - color contains mainly: blue. Hex color #516CC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516CC3 is #AE933C. Grayscale: #6D6D6D. Windows color (decimal): -11440957 or 12807249. OLE color: 12807249.

HSL color Cylindrical-coordinate representation of color #516CC3: hue angle of 225.79º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #516CC3 is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 81 108 195 -
CMYK 0.58 0.45 0 0.24
HSL 225.79º 0.49% 0.54% -
HSV(B) 225.79º 0.58% 0.76% -
XYZ 18.61 16.41 53.82 -
YUV 109.85 176.05 107.43 -
System Red Green Blue C M Y K H S L
Decimal 81 108 195 0.58 0.45 0 0.24 225.79 0.49 0.54
Hex 51 6C C3 3A 2D 0 18 E2 31 36
Octal 121 154 303 72 55 0 30 342 61 66
Binary 1010001 1101100 11000011 111010 101101 0 11000 11100010 110001 110110

Color Harmonies of #516CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516CC3

Black with #516CC3

Text Example


Text Example

White with #516CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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