Html Css Color HEX #54ACC5 Viking

📋 copy color: '#54ACC5'

red 84 ◦ green 172 ◦ blue 197

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

Shades of Viking #54ACC5

Tints of Viking #54ACC5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.97%

 BLUE value IS 197 (77.34% from 255) = 43.49%

R = 18.54%
G = 37.97%
B = 43.49%

CMYK

 C value IS 0.57

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#54ACC5 (or 0x54ACC5) is known color: Viking. HEX triplet: 54, AC and C5. RGB value is (84,172,197). Sum of RGB (Red+Green+Blue) = 84+172+197=453 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.54% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 197 (77.34% from 255 or 43.49% from 453); Max value from RGB is 197 - color contains mainly: blue. Hex color #54ACC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ACC5 is #AB533A. Grayscale: #949494. Windows color (decimal): -11227963 or 12954708. OLE color: 12954708.

HSL color Cylindrical-coordinate representation of color #54ACC5: hue angle of 193.27º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54ACC5 is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 84 172 197 -
CMYK 0.57 0.13 0 0.23
HSL 193.27º 0.49% 0.55% -
HSV(B) 193.27º 0.57% 0.77% -
XYZ 28.49 35.42 58.16 -
YUV 148.54 155.35 81.97 -
System Red Green Blue C M Y K H S L
Decimal 84 172 197 0.57 0.13 0 0.23 193.27 0.49 0.55
Hex 54 AC C5 39 D 0 17 C1 31 37
Octal 124 254 305 71 15 0 27 301 61 67
Binary 1010100 10101100 11000101 111001 1101 0 10111 11000001 110001 110111

Color Harmonies of #54ACC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54ACC5

Black with #54ACC5

Text Example


Text Example

White with #54ACC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,172,197); }

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

background-color css

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

 a { background-color: rgb(84,172,197); }

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

border-color css

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

 span { border-color: rgb(84,172,197); }

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