Html Css Color HEX #54A8C6 Viking

📋 copy color: '#54A8C6'

red 84 ◦ green 168 ◦ blue 198

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

Shades of Viking #54A8C6

Tints of Viking #54A8C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 44%

R = 18.67%
G = 37.33%
B = 44%

CMYK

 C value IS 0.58

 M value IS 0.15

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#54A8C6 (or 0x54A8C6) is known color: Viking. HEX triplet: 54, A8 and C6. RGB value is (84,168,198). Sum of RGB (Red+Green+Blue) = 84+168+198=450 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.67% from 450); Green value is 168 (66.02% from 255 or 37.33% from 450); Blue value is 198 (77.73% from 255 or 44% from 450); Max value from RGB is 198 - color contains mainly: blue. Hex color #54A8C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A8C6 is #AB5739. Grayscale: #929292. Windows color (decimal): -11228986 or 13019220. OLE color: 13019220.

HSL color Cylindrical-coordinate representation of color #54A8C6: hue angle of 195.79º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54A8C6 is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 84 168 198 -
CMYK 0.58 0.15 0 0.22
HSL 195.79º 0.5% 0.55% -
HSV(B) 195.79º 0.58% 0.78% -
XYZ 27.85 33.97 58.51 -
YUV 146.3 157.17 83.56 -
System Red Green Blue C M Y K H S L
Decimal 84 168 198 0.58 0.15 0 0.22 195.79 0.5 0.55
Hex 54 A8 C6 3A F 0 16 C4 32 37
Octal 124 250 306 72 17 0 26 304 62 67
Binary 1010100 10101000 11000110 111010 1111 0 10110 11000100 110010 110111

Color Harmonies of #54A8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A8C6

Black with #54A8C6

Text Example


Text Example

White with #54A8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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