Html Css Color HEX #58ADC9 Viking

📋 copy color: '#58ADC9'

red 88 ◦ green 173 ◦ blue 201

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

Shades of Viking #58ADC9

Tints of Viking #58ADC9

RGB

 RED value IS 88 (34.77% from 255) = 19.05%

 GREEN value IS 173 (67.97% from 255) = 37.45%

 BLUE value IS 201 (78.91% from 255) = 43.51%

R = 19.05%
G = 37.45%
B = 43.51%

CMYK

 C value IS 0.56

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#58ADC9 (or 0x58ADC9) is known color: Viking. HEX triplet: 58, AD and C9. RGB value is (88,173,201). Sum of RGB (Red+Green+Blue) = 88+173+201=462 (61% of max value = 765). Red value is 88 (34.77% from 255 or 19.05% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 201 (78.91% from 255 or 43.51% from 462); Max value from RGB is 201 - color contains mainly: blue. Hex color #58ADC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58ADC9 is #A75236. Grayscale: #969696. Windows color (decimal): -10965559 or 13217112. OLE color: 13217112.

HSL color Cylindrical-coordinate representation of color #58ADC9: hue angle of 194.87º degrees, saturation: 0.51, 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 #58ADC9 is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 88 173 201 -
CMYK 0.56 0.14 0 0.21
HSL 194.87º 0.51% 0.57% -
HSV(B) 194.87º 0.56% 0.79% -
XYZ 29.51 36.18 60.69 -
YUV 150.78 156.34 83.22 -
System Red Green Blue C M Y K H S L
Decimal 88 173 201 0.56 0.14 0 0.21 194.87 0.51 0.57
Hex 58 AD C9 38 E 0 15 C3 33 39
Octal 130 255 311 70 16 0 25 303 63 71
Binary 1011000 10101101 11001001 111000 1110 0 10101 11000011 110011 111001

Color Harmonies of #58ADC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58ADC9

Black with #58ADC9

Text Example


Text Example

White with #58ADC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #58ADC9;
 }
 .AnyTagClassName
 {
   color: #58ADC9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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