Html Css Color HEX #5ABEC1 Viking

📋 copy color: '#5ABEC1'

red 90 ◦ green 190 ◦ blue 193

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

Shades of Viking #5ABEC1

Tints of Viking #5ABEC1

RGB

 RED value IS 90 (35.55% from 255) = 19.03%

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

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

R = 19.03%
G = 40.17%
B = 40.8%

CMYK

 C value IS 0.53

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#5ABEC1 (or 0x5ABEC1) is known color: Viking. HEX triplet: 5A, BE and C1. RGB value is (90,190,193). Sum of RGB (Red+Green+Blue) = 90+190+193=473 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.03% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 193 (75.78% from 255 or 40.80% from 473); Max value from RGB is 193 - color contains mainly: blue. Hex color #5ABEC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABEC1 is #A5413E. Grayscale: #A0A0A0. Windows color (decimal): -10830143 or 12697178. OLE color: 12697178.

HSL color Cylindrical-coordinate representation of color #5ABEC1: hue angle of 181.75º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5ABEC1 is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 90 190 193 -
CMYK 0.53 0.02 0 0.24
HSL 181.75º 0.45% 0.55% -
HSV(B) 181.75º 0.53% 0.76% -
XYZ 32.26 42.85 57.02 -
YUV 160.44 146.37 77.76 -
System Red Green Blue C M Y K H S L
Decimal 90 190 193 0.53 0.02 0 0.24 181.75 0.45 0.55
Hex 5A BE C1 35 2 0 18 B6 2D 37
Octal 132 276 301 65 2 0 30 266 55 67
Binary 1011010 10111110 11000001 110101 10 0 11000 10110110 101101 110111

Color Harmonies of #5ABEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABEC1

Black with #5ABEC1

Text Example


Text Example

White with #5ABEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5ABEC1; }

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

 H1.HeaderClassName
 {
   color: #5ABEC1;
 }
 .AnyTagClassName
 {
   color: #5ABEC1;
 }
</style>

background-color css

<style>
 a { background-color: #5ABEC1; }

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

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

border-color css

<style>
 span { border-color: #5ABEC1; }

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

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