#58ADCA

Color #58ADCA Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #58ADCA

Tints of Viking #58ADCA

Color information

#58ADCA (or 0x58ADCA) is unknown color: approx Viking. HEX triplet: 58, AD and CA. RGB value is (88,173,202). Sum of RGB (Red+Green+Blue) = 88+173+202=463 (61% of max value = 765). Red value is 88 (34.77% from 255 or 19.01% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #58ADCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58ADCA is #A75235. Grayscale: #969696. Windows color (decimal): -10965558 or 13282648. OLE color: 13282648.

HSL color Cylindrical-coordinate representation of color #58ADCA: hue angle of 195.26º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58ADCA is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB88173202-
CMYK0.560.1400.21
HSL195.26º51.82%56.86%-
HSV(B)195.26º56.44%79.22%-
XYZ29.6336.2361.31-
YUV150.89156.8483.14-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.01%
GREEN value IS 173 (67.97% from 255) = 37.37%
BLUE value IS 202 (79.30% from 255) = 43.63%
R=19.01%
G=37.37%
B=43.63%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal881732020.560.1400.21195.2651.8256.86
Hex58ADCA38E015c33439
Octal13025531270160253036471
Binary10110001010110111001010111000111001010111000011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58ADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58ADCA; }

 p { color: rgb(88,173,202); }

 H1.HeaderClassName
 {
   color: #58ADCA;
 }
 .AnyTagClassName
 {
   color: #58ADCA;
 }
</style>
background-color css

<style>
 a { background-color: #58ADCA; }

 a { background-color: rgb(88,173,202); }

 div.DivClassName
 {
   background-color: #58ADCA;
 }
 .BgClassName
 {
   background-color: #58ADCA;
 }
</style>
border-color css

<style>
 span { border-color: #58ADCA; }

 span { border-color: rgb(88,173,202); }

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