Html Css Color HEX #58A6C2 Viking

📋 copy color: '#58A6C2'

red 88 ◦ green 166 ◦ blue 194

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

Shades of Viking #58A6C2

Tints of Viking #58A6C2

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.05%

 BLUE value IS 194 (76.17% from 255) = 43.3%

R = 19.64%
G = 37.05%
B = 43.3%

CMYK

 C value IS 0.55

 M value IS 0.14

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#58A6C2 (or 0x58A6C2) is known color: Viking. HEX triplet: 58, A6 and C2. RGB value is (88,166,194). Sum of RGB (Red+Green+Blue) = 88+166+194=448 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.64% from 448); Green value is 166 (65.23% from 255 or 37.05% from 448); Blue value is 194 (76.17% from 255 or 43.30% from 448); Max value from RGB is 194 - color contains mainly: blue. Hex color #58A6C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A6C2 is #A7593D. Grayscale: #919191. Windows color (decimal): -10967358 or 12756568. OLE color: 12756568.

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

Color convert

RGB 88 166 194 -
CMYK 0.55 0.14 0 0.24
HSL 195.85º 0.46% 0.55% -
HSV(B) 195.85º 0.55% 0.76% -
XYZ 27.4 33.24 56.01 -
YUV 145.87 155.16 86.72 -
System Red Green Blue C M Y K H S L
Decimal 88 166 194 0.55 0.14 0 0.24 195.85 0.46 0.55
Hex 58 A6 C2 37 E 0 18 C4 2E 37
Octal 130 246 302 67 16 0 30 304 56 67
Binary 1011000 10100110 11000010 110111 1110 0 11000 11000100 101110 110111

Color Harmonies of #58A6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A6C2

Black with #58A6C2

Text Example


Text Example

White with #58A6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,166,194); }

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

background-color css

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

 a { background-color: rgb(88,166,194); }

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

border-color css

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

 span { border-color: rgb(88,166,194); }

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