Html Css Color HEX #54A8B9 Viking

📋 copy color: '#54A8B9'

red 84 ◦ green 168 ◦ blue 185

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

Shades of Viking #54A8B9

Tints of Viking #54A8B9

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.44%

 BLUE value IS 185 (72.66% from 255) = 42.33%

R = 19.22%
G = 38.44%
B = 42.33%

CMYK

 C value IS 0.55

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#54A8B9 (or 0x54A8B9) is known color: Viking. HEX triplet: 54, A8 and B9. RGB value is (84,168,185). Sum of RGB (Red+Green+Blue) = 84+168+185=437 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.22% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 185 (72.66% from 255 or 42.33% from 437); Max value from RGB is 185 - color contains mainly: blue. Hex color #54A8B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A8B9 is #AB5746. Grayscale: #909090. Windows color (decimal): -11228999 or 12167252. OLE color: 12167252.

HSL color Cylindrical-coordinate representation of color #54A8B9: hue angle of 190.1º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54A8B9 is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 84 168 185 -
CMYK 0.55 0.09 0 0.27
HSL 190.1º 0.42% 0.53% -
HSV(B) 190.1º 0.55% 0.73% -
XYZ 26.42 33.39 50.95 -
YUV 144.82 150.67 84.62 -
System Red Green Blue C M Y K H S L
Decimal 84 168 185 0.55 0.09 0 0.27 190.1 0.42 0.53
Hex 54 A8 B9 37 9 0 1B BE 2A 35
Octal 124 250 271 67 11 0 33 276 52 65
Binary 1010100 10101000 10111001 110111 1001 0 11011 10111110 101010 110101

Color Harmonies of #54A8B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A8B9

Black with #54A8B9

Text Example


Text Example

White with #54A8B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,168,185); }

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

background-color css

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

 a { background-color: rgb(84,168,185); }

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

border-color css

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

 span { border-color: rgb(84,168,185); }

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