Html Css Color HEX #54BEC1 Viking

📋 copy color: '#54BEC1'

red 84 ◦ green 190 ◦ blue 193

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

Shades of Viking #54BEC1

Tints of Viking #54BEC1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.69%

 BLUE value IS 193 (75.78% from 255) = 41.33%

R = 17.99%
G = 40.69%
B = 41.33%

CMYK

 C value IS 0.56

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#54BEC1 (or 0x54BEC1) is known color: Viking. HEX triplet: 54, BE and C1. RGB value is (84,190,193). Sum of RGB (Red+Green+Blue) = 84+190+193=467 (61% of max value = 765). Red value is 84 (33.20% from 255 or 17.99% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 193 - color contains mainly: blue. Hex color #54BEC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BEC1 is #AB413E. Grayscale: #9E9E9E. Windows color (decimal): -11223359 or 12697172. OLE color: 12697172.

HSL color Cylindrical-coordinate representation of color #54BEC1: hue angle of 181.65º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54BEC1 is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 84 190 193 -
CMYK 0.56 0.02 0 0.24
HSL 181.65º 0.47% 0.54% -
HSV(B) 181.65º 0.56% 0.76% -
XYZ 31.7 42.56 57 -
YUV 158.65 147.38 74.76 -
System Red Green Blue C M Y K H S L
Decimal 84 190 193 0.56 0.02 0 0.24 181.65 0.47 0.54
Hex 54 BE C1 38 2 0 18 B6 2F 36
Octal 124 276 301 70 2 0 30 266 57 66
Binary 1010100 10111110 11000001 111000 10 0 11000 10110110 101111 110110

Color Harmonies of #54BEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BEC1

Black with #54BEC1

Text Example


Text Example

White with #54BEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,190,193); }

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

background-color css

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

 a { background-color: rgb(84,190,193); }

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

border-color css

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

 span { border-color: rgb(84,190,193); }

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