Html Css Color HEX #58AFC9 Viking

📋 copy color: '#58AFC9'

red 88 ◦ green 175 ◦ blue 201

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

Shades of Viking #58AFC9

Tints of Viking #58AFC9

RGB

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

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

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

R = 18.97%
G = 37.72%
B = 43.32%

CMYK

 C value IS 0.56

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#58AFC9 (or 0x58AFC9) is known color: Viking. HEX triplet: 58, AF and C9. RGB value is (88,175,201). Sum of RGB (Red+Green+Blue) = 88+175+201=464 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.97% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 201 - color contains mainly: blue. Hex color #58AFC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58AFC9 is #A75036. Grayscale: #979797. Windows color (decimal): -10965047 or 13217624. OLE color: 13217624.

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

Color convert

RGB 88 175 201 -
CMYK 0.56 0.13 0 0.21
HSL 193.81º 0.51% 0.57% -
HSV(B) 193.81º 0.56% 0.79% -
XYZ 29.9 36.95 60.81 -
YUV 151.95 155.68 82.39 -
System Red Green Blue C M Y K H S L
Decimal 88 175 201 0.56 0.13 0 0.21 193.81 0.51 0.57
Hex 58 AF C9 38 D 0 15 C2 33 39
Octal 130 257 311 70 15 0 25 302 63 71
Binary 1011000 10101111 11001001 111000 1101 0 10101 11000010 110011 111001

Color Harmonies of #58AFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58AFC9

Black with #58AFC9

Text Example


Text Example

White with #58AFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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