Html Css Color HEX #519F98 Cadet Blue

📋 copy color: '#519F98'

red 81 ◦ green 159 ◦ blue 152

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

Shades of Cadet Blue #519F98

Tints of Cadet Blue #519F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 38.78%

R = 20.66%
G = 40.56%
B = 38.78%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#519F98 (or 0x519F98) is known color: Cadet Blue. HEX triplet: 51, 9F and 98. RGB value is (81,159,152). Sum of RGB (Red+Green+Blue) = 81+159+152=392 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.66% from 392); Green value is 159 (62.5% from 255 or 40.56% from 392); Blue value is 152 (59.77% from 255 or 38.78% from 392); Max value from RGB is 159 - color contains mainly: green. Hex color #519F98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519F98 is #AE6067. Grayscale: #868686. Windows color (decimal): -11427944 or 10002257. OLE color: 10002257.

HSL color Cylindrical-coordinate representation of color #519F98: hue angle of 174.62º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #519F98 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 81 159 152 -
CMYK 0.49 0 0.04 0.38
HSL 174.62º 0.33% 0.47% -
HSV(B) 174.62º 0.49% 0.62% -
XYZ 21.46 28.81 34.14 -
YUV 134.88 137.66 89.57 -
System Red Green Blue C M Y K H S L
Decimal 81 159 152 0.49 0 0.04 0.38 174.62 0.33 0.47
Hex 51 9F 98 31 0 4 26 AF 20 2F
Octal 121 237 230 61 0 4 46 257 40 57
Binary 1010001 10011111 10011000 110001 0 100 100110 10101111 100000 101111

Color Harmonies of #519F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519F98

Black with #519F98

Text Example


Text Example

White with #519F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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