Html Css Color HEX #58AAC1 Viking

📋 copy color: '#58AAC1'

red 88 ◦ green 170 ◦ blue 193

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

Shades of Viking #58AAC1

Tints of Viking #58AAC1

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.69%

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

R = 19.51%
G = 37.69%
B = 42.79%

CMYK

 C value IS 0.54

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#58AAC1 (or 0x58AAC1) is known color: Viking. HEX triplet: 58, AA and C1. RGB value is (88,170,193). Sum of RGB (Red+Green+Blue) = 88+170+193=451 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.51% from 451); Green value is 170 (66.80% from 255 or 37.69% from 451); Blue value is 193 (75.78% from 255 or 42.79% from 451); Max value from RGB is 193 - color contains mainly: blue. Hex color #58AAC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58AAC1 is #A7553E. Grayscale: #939393. Windows color (decimal): -10966335 or 12692056. OLE color: 12692056.

HSL color Cylindrical-coordinate representation of color #58AAC1: hue angle of 193.14º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58AAC1 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 88 170 193 -
CMYK 0.54 0.12 0 0.24
HSL 193.14º 0.46% 0.55% -
HSV(B) 193.14º 0.54% 0.76% -
XYZ 28.02 34.67 55.67 -
YUV 148.1 153.33 85.13 -
System Red Green Blue C M Y K H S L
Decimal 88 170 193 0.54 0.12 0 0.24 193.14 0.46 0.55
Hex 58 AA C1 36 C 0 18 C1 2E 37
Octal 130 252 301 66 14 0 30 301 56 67
Binary 1011000 10101010 11000001 110110 1100 0 11000 11000001 101110 110111

Color Harmonies of #58AAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58AAC1

Black with #58AAC1

Text Example


Text Example

White with #58AAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,170,193); }

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

background-color css

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

 a { background-color: rgb(88,170,193); }

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

border-color css

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

 span { border-color: rgb(88,170,193); }

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