Html Css Color HEX #58AFC3 Viking

📋 copy color: '#58AFC3'

red 88 ◦ green 175 ◦ blue 195

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

Shades of Viking #58AFC3

Tints of Viking #58AFC3

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.21%

 BLUE value IS 195 (76.56% from 255) = 42.58%

R = 19.21%
G = 38.21%
B = 42.58%

CMYK

 C value IS 0.55

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#58AFC3 (or 0x58AFC3) is known color: Viking. HEX triplet: 58, AF and C3. RGB value is (88,175,195). Sum of RGB (Red+Green+Blue) = 88+175+195=458 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.21% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 195 (76.56% from 255 or 42.58% from 458); Max value from RGB is 195 - color contains mainly: blue. Hex color #58AFC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58AFC3 is #A7503C. Grayscale: #979797. Windows color (decimal): -10965053 or 12824408. OLE color: 12824408.

HSL color Cylindrical-coordinate representation of color #58AFC3: hue angle of 191.21º degrees, saturation: 0.47, 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 #58AFC3 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 88 175 195 -
CMYK 0.55 0.10 0 0.24
HSL 191.22º 0.47% 0.55% -
HSV(B) 191.22º 0.55% 0.76% -
XYZ 29.2 36.67 57.17 -
YUV 151.27 152.68 82.87 -
System Red Green Blue C M Y K H S L
Decimal 88 175 195 0.55 0.10 0 0.24 191.22 0.47 0.55
Hex 58 AF C3 37 A 0 18 BF 2F 37
Octal 130 257 303 67 12 0 30 277 57 67
Binary 1011000 10101111 11000011 110111 1010 0 11000 10111111 101111 110111

Color Harmonies of #58AFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58AFC3

Black with #58AFC3

Text Example


Text Example

White with #58AFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,175,195); }

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

background-color css

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

 a { background-color: rgb(88,175,195); }

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

border-color css

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

 span { border-color: rgb(88,175,195); }

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