Html Css Color HEX #5ABCCD Viking

📋 copy color: '#5ABCCD'

red 90 ◦ green 188 ◦ blue 205

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

Shades of Viking #5ABCCD

Tints of Viking #5ABCCD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.92%

 BLUE value IS 205 (80.47% from 255) = 42.44%

R = 18.63%
G = 38.92%
B = 42.44%

CMYK

 C value IS 0.56

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5ABCCD (or 0x5ABCCD) is known color: Viking. HEX triplet: 5A, BC and CD. RGB value is (90,188,205). Sum of RGB (Red+Green+Blue) = 90+188+205=483 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.63% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #5ABCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABCCD is #A54332. Grayscale: #A0A0A0. Windows color (decimal): -10830643 or 13483098. OLE color: 13483098.

HSL color Cylindrical-coordinate representation of color #5ABCCD: hue angle of 188.87º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ABCCD is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 90 188 205 -
CMYK 0.56 0.08 0 0.20
HSL 188.87º 0.53% 0.58% -
HSV(B) 188.87º 0.56% 0.8% -
XYZ 33.22 42.55 64.22 -
YUV 160.64 153.03 77.62 -
System Red Green Blue C M Y K H S L
Decimal 90 188 205 0.56 0.08 0 0.20 188.87 0.53 0.58
Hex 5A BC CD 38 8 0 14 BD 35 3A
Octal 132 274 315 70 10 0 24 275 65 72
Binary 1011010 10111100 11001101 111000 1000 0 10100 10111101 110101 111010

Color Harmonies of #5ABCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABCCD

Black with #5ABCCD

Text Example


Text Example

White with #5ABCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,188,205); }

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

background-color css

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

 a { background-color: rgb(90,188,205); }

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

border-color css

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

 span { border-color: rgb(90,188,205); }

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