Html Css Color HEX #58ACC9 Viking

📋 copy color: '#58ACC9'

red 88 ◦ green 172 ◦ blue 201

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

Shades of Viking #58ACC9

Tints of Viking #58ACC9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.31%

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

R = 19.09%
G = 37.31%
B = 43.6%

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

#58ACC9 (or 0x58ACC9) is known color: Viking. HEX triplet: 58, AC and C9. RGB value is (88,172,201). Sum of RGB (Red+Green+Blue) = 88+172+201=461 (61% of max value = 765). Red value is 88 (34.77% from 255 or 19.09% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 201 (78.91% from 255 or 43.60% from 461); Max value from RGB is 201 - color contains mainly: blue. Hex color #58ACC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58ACC9 is #A75336. Grayscale: #959595. Windows color (decimal): -10965815 or 13216856. OLE color: 13216856.

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

Color convert

RGB 88 172 201 -
CMYK 0.56 0.14 0 0.21
HSL 195.4º 0.51% 0.57% -
HSV(B) 195.4º 0.56% 0.79% -
XYZ 29.32 35.8 60.62 -
YUV 150.19 156.67 83.64 -
System Red Green Blue C M Y K H S L
Decimal 88 172 201 0.56 0.14 0 0.21 195.4 0.51 0.57
Hex 58 AC C9 38 E 0 15 C3 33 39
Octal 130 254 311 70 16 0 25 303 63 71
Binary 1011000 10101100 11001001 111000 1110 0 10101 11000011 110011 111001

Color Harmonies of #58ACC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58ACC9

Black with #58ACC9

Text Example


Text Example

White with #58ACC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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