Html Css Color HEX #519FA4 Cadet Blue

📋 copy color: '#519FA4'

red 81 ◦ green 159 ◦ blue 164

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

Shades of Cadet Blue #519FA4

Tints of Cadet Blue #519FA4

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.36%

 BLUE value IS 164 (64.45% from 255) = 40.59%

R = 20.05%
G = 39.36%
B = 40.59%

CMYK

 C value IS 0.51

 M value IS 0.03

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#519FA4 (or 0x519FA4) is known color: Cadet Blue. HEX triplet: 51, 9F and A4. RGB value is (81,159,164). Sum of RGB (Red+Green+Blue) = 81+159+164=404 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.05% from 404); Green value is 159 (62.5% from 255 or 39.36% from 404); Blue value is 164 (64.45% from 255 or 40.59% from 404); Max value from RGB is 164 - color contains mainly: blue. Hex color #519FA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519FA4 is #AE605B. Grayscale: #888888. Windows color (decimal): -11427932 or 10788689. OLE color: 10788689.

HSL color Cylindrical-coordinate representation of color #519FA4: hue angle of 183.61º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #519FA4 is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 81 159 164 -
CMYK 0.51 0.03 0 0.36
HSL 183.61º 0.34% 0.48% -
HSV(B) 183.61º 0.51% 0.64% -
XYZ 22.49 29.23 39.58 -
YUV 136.25 143.66 88.59 -
System Red Green Blue C M Y K H S L
Decimal 81 159 164 0.51 0.03 0 0.36 183.61 0.34 0.48
Hex 51 9F A4 33 3 0 24 B8 22 30
Octal 121 237 244 63 3 0 44 270 42 60
Binary 1010001 10011111 10100100 110011 11 0 100100 10111000 100010 110000

Color Harmonies of #519FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519FA4

Black with #519FA4

Text Example


Text Example

White with #519FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519FA4; }

 p { color: rgb(81,159,164); }

 H1.HeaderClassName
 {
   color: #519FA4;
 }
 .AnyTagClassName
 {
   color: #519FA4;
 }
</style>

background-color css

<style>
 a { background-color: #519FA4; }

 a { background-color: rgb(81,159,164); }

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

border-color css

<style>
 span { border-color: #519FA4; }

 span { border-color: rgb(81,159,164); }

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