Html Css Color HEX #54AFC0 Viking

📋 copy color: '#54AFC0'

red 84 ◦ green 175 ◦ blue 192

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

Shades of Viking #54AFC0

Tints of Viking #54AFC0

RGB

 RED value IS 84 (33.2% from 255) = 18.63%

 GREEN value IS 175 (68.75% from 255) = 38.8%

 BLUE value IS 192 (75.39% from 255) = 42.57%

R = 18.63%
G = 38.8%
B = 42.57%

CMYK

 C value IS 0.56

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#54AFC0 (or 0x54AFC0) is known color: Viking. HEX triplet: 54, AF and C0. RGB value is (84,175,192). Sum of RGB (Red+Green+Blue) = 84+175+192=451 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.63% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 192 - color contains mainly: blue. Hex color #54AFC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AFC0 is #AB503F. Grayscale: #959595. Windows color (decimal): -11227200 or 12627796. OLE color: 12627796.

HSL color Cylindrical-coordinate representation of color #54AFC0: hue angle of 189.44º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54AFC0 is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 84 175 192 -
CMYK 0.56 0.09 0 0.25
HSL 189.44º 0.46% 0.54% -
HSV(B) 189.44º 0.56% 0.75% -
XYZ 28.5 36.35 55.38 -
YUV 149.73 151.85 81.12 -
System Red Green Blue C M Y K H S L
Decimal 84 175 192 0.56 0.09 0 0.25 189.44 0.46 0.54
Hex 54 AF C0 38 9 0 19 BD 2E 36
Octal 124 257 300 70 11 0 31 275 56 66
Binary 1010100 10101111 11000000 111000 1001 0 11001 10111101 101110 110110

Color Harmonies of #54AFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AFC0

Black with #54AFC0

Text Example


Text Example

White with #54AFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54AFC0; }

 p { color: rgb(84,175,192); }

 H1.HeaderClassName
 {
   color: #54AFC0;
 }
 .AnyTagClassName
 {
   color: #54AFC0;
 }
</style>

background-color css

<style>
 a { background-color: #54AFC0; }

 a { background-color: rgb(84,175,192); }

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

border-color css

<style>
 span { border-color: #54AFC0; }

 span { border-color: rgb(84,175,192); }

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